p#one {
    padding-left: 0px;
}

h1 {
    margin-top: 30px;
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.panel-default {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 3px solid #624b99;
    background-color: #46489d33;
    /* min-height: 250px; */
}

h2.card-title {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.card-body {
    padding-left: 30px;
    padding-right: 30px;
}

a.help-card-link {
    font-size: 17px;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

div#panel {
    min-height: 250px;
    padding-top: 30px;
}

.panel-box {
    margin-bottom: 30px;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000;
}

a#GetHelpLink {
    color: #fff !important;
    border-radius: 0px;
}

div#firstPanel {
    min-height: 150px;
}

div#secondPanel {
    min-height: 150px;
}

div#thirdPanel {
    min-height: 150px;
}

div#fourthPanel {
    min-height: 150px;
}

h4.title-one {
    padding-top: 10px;
    line-height: 1em;
}

h4.title-two {
    padding-top: 10px;
    line-height: 1em;
}

h4.title-three {
    padding-top: 10px;
    line-height: 1em;
}

h4.title-four {
    padding-top: 10px;
    line-height: 1em;
}

img.img-responsive {
    width: 100%;
}

@media (min-width: 1281px) and (max-width: 1440px) {
    div#MainContainer {
        max-width: 86%;
        margin-left: 0%;
    }

    div#panel {
        min-height: 300px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    div#secondPanel {
        min-height: 228px;
    }

    div#thirdPanel {
        min-height: 228px;
    }

    div#fourthPanel {
        min-height: 228px;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    div#MainContainer {
        margin-left: 0px;
        width: 87%;
    }

    h2.card-title {
        font-size: 18px;
    }

    p.panel-text-one {
        font-size: 12px;
    }

    a#GetHelpLink {
        font-size: 14px;
        margin-bottom: 30px;
    }

    h4.title-one {
        padding-top: 10px;
        font-size: 14px;
    }

    h4.title-two {
        padding-top: 10px;
        font-size: 14px;
    }
    h4.title-three {
        padding-top: 10px;
        font-size: 14px;
    }
    h4.title-four{
        padding-top: 10px;
        font-size: 14px;
    }
    p.help-card-text {
        font-size: 14px;
    }
    div#secondPanel {
        min-height: 268px;
    }
    div#thirdPanel {
        min-height: 268px;
    }
    div#fourthPanel {
        min-height: 268px;
    }

}
@media (min-width: 376px) and (max-width: 425px) {
p#one {
    padding-left: 0px;
    font-size: 14px;
    padding-right: 30px;
}
.panel-box {
    width: 80%;
}
.panel.panel-default.help-card {
    width: 80%;
    margin-bottom: 30px;
}
div#secondPanel {
    min-height: 150px;
}
div#thirdPanel {
    min-height: 150px;
}
div#fourthPanel {
    min-height: 150px;
}
a#GetHelpLink {
    color: #fff !important;
    border-radius: 0px;
    margin-bottom: 30px;
}
}
@media (min-width: 321px) and (max-width: 375px) {
    a#GetHelpLink {
        margin-bottom: 30px;
    }
    .panel.panel-default.help-card {
        margin-bottom: 30px;
    }
}
@media (min-width: 280px) and (max-width: 320px) {
    a#GetHelpLink {
        margin-bottom: 30px;
    }
    .panel.panel-default.help-card {
        margin-bottom: 30px;
    }
}